new commit
This commit is contained in:
parent
5937c811d7
commit
8b345f8811
|
@ -6,7 +6,7 @@ LABEL My-distro Live
|
|||
linux /live/vmlinuz
|
||||
APPEND initrd=/live/initrd.img boot=live components splash quiet locales=pt_PT.UTF-8 keyboard-layouts=pt username=user hostname=My-distro timezone=atlantic/azores
|
||||
|
||||
LABEL My-distro livefailsafe
|
||||
LABEL My-distro live failsafe
|
||||
menu label My-distro Live failsafe
|
||||
kernel /live/vmlinuz
|
||||
append initrd=/live/initrd.img boot=live config noapic noapm nodma nomce nolapic pci=nomsi nomodeset radeon.modeset=0 nouveau.modeset=0 nosmp vga=normal autologin
|
||||
|
|
|
@ -14,5 +14,17 @@
|
|||
<property name="file-icons" type="empty">
|
||||
<property name="show-removable" type="bool" value="false"/>
|
||||
</property>
|
||||
<property name="desktop-icons" type="empty">
|
||||
<property name="single-click" type="bool" value="true"/>
|
||||
<property name="file-icons" type="empty">
|
||||
<property name="show-removable" type="bool" value="false"/>
|
||||
<property name="show-home" type="bool" value="false"/>
|
||||
<property name="show-filesystem" type="bool" value="false"/>
|
||||
<property name="show-trash" type="bool" value="false"/>
|
||||
</property>
|
||||
</property>
|
||||
</channel>
|
||||
<property name="last" type="empty">
|
||||
<property name="window-width" type="int" value="776"/>
|
||||
<property name="window-height" type="int" value="558"/>
|
||||
</property>
|
||||
</channel>>
|
||||
|
|
Loading…
Reference in New Issue