You are not logged in.
Pages: 1
Offline
@Mr Green
Works great!! Thanks!
I copied the two directories arch and isolinux to the root of my Frugal Partition
and used your grub stanzas with the device location edited to reflect
where my frugal partition exists and ArchBang booted up quickly.
I'm posting from the archbang frugal environment now. Good Work!! This shall be real useful.
ArchBang LiveCD as frugal runs quite fast.
Offline
@Kruppt Do not tell anyone if you want to run Archbang from ram [if you have a couple of gigs!] add copytoram to kernel append line ...
Offline
;-) OK, thanks
Offline
The ArchBang Frugal iso Guru moniker is spot on!! I concur with Kruppt, it works great. The Wiki is waiting for a contribution when you have time ![]()
GUI's?? We don't need no stinkin' GUI's!!!
Offline
Wiki done, if I have missed anything or it needs tweaking please let me know
Offline
I guess you don't get any peristence with this ??
Paul
Offline
It is a pain having to load settings every time you boot frugal Archbang so am thinking about a small script to load configs [rc.conf, mirrorlist etc...]
Stored as a file or in a directory it could be run from Archbang [terminal]
Hopefully Oliver will be able to give me some pointers on that one
Of course if Will could add small script to Archbang [hook, kernel append] then this could be done from boot or added to grub
Anyway one step at a time
Would anyone might if make this post sticky?
Offline
Would anyone might if make this post sticky?
As moderator you should be able to make this sticky.
I have checked and you have the necessary permissions
See options at the bottom of the page below the last post or quickpost entry area at the right.
A question: I have been wondering: what is the use of this?
In what scenario is this useful?
Sorry for my lack of imagination.
Getting your questions answered here at ArchBang Forums
Please! Always give hardware info, if there is a chance that 's relevant: #lspci -vnn
Quote: What I have learnt from Linux is to minimize dependencies and functionalities for greater independence.
On Arch(bang) and Openbox: http://stillstup.blogspot.com/
Offline
I can make thread sticky just simply asking if it was ok.
Uses of Frugal Iso:
Rescue System
Testing of Archbang Iso [No CD/DVD or usb stick required]
Older System with a lower spec...
Persistence would add another layer to the cake, giving the user the ability to load configs from boot.
Offline
Persistence is possible by adding one of the following to kernel line in grub
cow_device=/dev/sdxX
cow_label='<filesystem label>'I can change /home/live files and system files which are saved and loaded on restarting
Just need this confirmed
Offline
I added the cow_device=/dev/sdb1 to my kernel line.
I Copied over my ~/.mozilla/firefox/ profile folder from my existing ArchBang partition to the /home/live folder.
Reboot and persistence did work.
Thanks again.
Offline
Thanks Kruppt
Managed to get locales sorted, rc.conf etc..
Might be very handy as a rescue system, portable or installed on a hard disc.
To get mine working under Virtualbox I added grub to mbr of my virtual drive using archbang [grub-install]
I did not make a separate partition for /boot which would have made it easier to change settings [of course you can edit from grub itself] somthing I will address in next time.
Offline
Any comments or tips welcome
The link did not work. I knew to look at the wiki but it should be checked out and corrected if needed. Thank you.
Free Software Foundation member 10865
Offline
Link is fixed ![]()
GUI's?? We don't need no stinkin' GUI's!!!
Offline
I copied the two directories arch and isolinux to the root of my Frugal Partition
and used your grub stanzas with the device location edited to reflect
where my frugal partition exists and ArchBang booted up quickly.
I confirm. it runs.
Then I start archbang in extlinux with
LABEL ArchBang Linux
MENU LABEL ArchBang Linux
LINUX /arch/boot/i686/vmlinuz
INITRD /arch/boot/i686/archiso.img
APPEND archisobasedir=arch archisodevice=/dev/disk/by-uuid/12a06846-af2f-4e91-ba6d-5bdee7378558 quiet
But I have to still work on persistence with cow_device=/dev/sdxX ( see my post in the "installation" subforum)
Offline
Reminder: how to achieve a persistence with the boot code cow_device=/dev/sda2 ?
Is the a menu, after it booted, in order to save the new created files (example xorg.conf) into a file and make it available for next boot?
I have only a type of USB-memory install (not full HDD).
Offline
Pages: 1