# HG changeset patch # User Pascal Bellard # Date 1597910121 0 # Node ID 2a9ea816895f192089b808afa890af404c749ea0 # Parent b32eae972f449b8547ec3805010aebba33e0eb54 Do not trust video= arg diff -r b32eae972f44 -r 2a9ea816895f tazlito --- a/tazlito Tue Apr 28 07:52:16 2020 +0000 +++ b/tazlito Thu Aug 20 07:55:21 2020 +0000 @@ -1707,7 +1707,7 @@ "/append ifmem [0-9]/s/append .*/append ifmem$new $1/" $cfg busybox sed -i 's|\(initrd=\)\([^r]*\)\(rootfs\)|\1\2rootfs.gz,\2\3|' $cfg busybox sed -i '/LABEL base/{NNNNp;s|base .ive|cdrom|;s|base|cdrom|;s|,[^ ]*||}' $cfg - busybox sed -i '/LABEL cdrom/{NNNNp;s|z cdrom|& text|;s|L cdrom|&text|;s|video=|screen=text &|;s|,[^ ]*||}' $cfg + busybox sed -i '/LABEL cdrom/{NNNNp;s|z cdrom|& text|;s|L cdrom|&text|;s|autologin|screen=text &|;s|,[^ ]*||}' $cfg done }