User Tools

Site Tools


general:linux:debian_live_with_persistence

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
general:linux:debian_live_with_persistence [2023/01/17 07:44] sunkangeneral:linux:debian_live_with_persistence [2023/01/17 08:30] sunkan
Line 29: Line 29:
 umount /mnt umount /mnt
 </code> </code>
 +
 +For automatic start add a timeout for grub
 +<code>
 +mount /dev/<usbdrive>2 /mnt
 +echo 'set timeout=5' >> /mnt/efi/debian/grub.cfg
 +umount /mnt
 +</code>
 +
 +===== Further tweaks =====
 +You may want to configure journald.conf to use Storage=volatile and possibly disable rsyslogd. \\
 +So that you limit the amount of writes to the USB drive.
 +
general/linux/debian_live_with_persistence.txt · Last modified: 2023/01/17 09:17 by sunkan

Donate Powered by PHP Valid HTML5 Valid CSS Run on Debian Driven by DokuWiki