-
suggestion to load persistent settings when booting from CD
Currently, there is no way to load persistent settings if Knoppix is booted from a read-only medium. I suggest a change to the init script in the minirt, so that it is possible e.g. to boot from a CD and enter a boot parameter to load the KNOPPIX-DATA overlay file from a file somewhere else.
Code:
knoppix home=/dev/sdb1/path/to/file/loadme
should load the file loadme.img or loadme.aes from the stated device and path.
diff between original init and the new version:
Code:
848a849,871
> preparehome(){
> # mount device and set the correct mounted path in $home
> DEVICE=`echo $home | awk -F/ '{print "/"$2"/"$3}'`
> HOMEFILE="${home#$DEVICE/}"
> #check if the device is already mounted
> MOUNTED=`mount | grep ^$DEVICE | awk '{print $3}'`
> if [ -n "$MOUNTED" ]
> then
> if [ -r "$MOUNTED"/${HOMEFILE}.* ]
> then
> home="$MOUNTED"/${HOMEFILE}
> fi
> else
> # make mount point
> [ -d /mnt-home ] || mkdir -m 755 /mnt-home
> trymount "$DEVICE" /mnt-home >/dev/null 2>&1
> if [ -r /mnt-home/${HOMEFILE}.* ]
> then
> home=/mnt-home/${HOMEFILE}
> fi
> fi # if mounted
> } # preparehome
>
850a874,875
> # if home is in parameters and starts with /dev/ mount the device and find the file
> [ -n "$home" ] && [ `echo $home | awk -F/ '{print $2}'` = "dev" ] && preparehome
What's the point ? To be able to use an unmodified verifiable ISO and still load settings. Some computers cannot boot from USB, and maybe one isn't allowed to copy Knoppix to the hard disk.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules

Intel - Core i5-12600K Desktop Processor 10 (6P+4E) Cores up to 4.9 GHz Unloc...
$250.99

Intel Core i9-12900KF Unlocked Desktop Processor
$399.99

AMD - Ryzen 5 5600X 4th Gen 6-core, 12-threads Unlocked Desktop Processor Wit...
$169.00

AMD - Ryzen 5 5500 3.6 GHz Six-Core AM4 Processor - Black
$99.00

AMD - Ryzen 5 4500 3.6 GHz Six-Core AM4 Processor - Black
$79.00

AMD Ryzen 7 5700X 8-core 16-thread Desktop Processor without cooler
$179.00

Intel - Core i9-13900K 13th Gen 24 cores 8 P-cores + 16 E-cores 36M Cache, 3 ...
$579.99

11th Gen Intel 6-Core i5-11400 2.6GHz with Turbo Boost up to 4.4GHz Processor
$125.00

Intel Core i5-12400 DESKTOP processor 2.5Ghz TURBO 4.40Ghz SRL5Y CM8071504650608
$149.00

10th Gen Intel 4-Core i3-10105T 3.0GHz with Turbo Boost up to 3.9GHz Processor
$64.00