mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
git status
This commit is contained in:
parent
4c982de95f
commit
7a80a1232a
2 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
||||||
# Create a YunoHost Live ISO
|
# Create a YunoHost Live ISO
|
||||||
|
|
||||||
|
<div class="alert alert-danger">This page is deprecated / obsolete / outdated. Information
|
||||||
|
it contains should be updated (or should be removed).</div>
|
||||||
|
|
||||||
Tested on Debian Wheezy (should work on Ubuntu as well).
|
Tested on Debian Wheezy (should work on Ubuntu as well).
|
||||||
Original tutorial here: http://willhaley.com/blog/create-a-custom-debian-live-environment/
|
Original tutorial here: http://willhaley.com/blog/create-a-custom-debian-live-environment/
|
||||||
|
|
||||||
|
@ -144,4 +147,4 @@ cp /usr/lib/syslinux/menu.c32 image/isolinux/
|
||||||
cd image && genisoimage -rational-rock -volid "YunoHost Live" -cache-inodes -joliet -full-iso9660-filenames -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -output ../yunohost-live.iso . && cd ..
|
cd image && genisoimage -rational-rock -volid "YunoHost Live" -cache-inodes -joliet -full-iso9660-filenames -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -output ../yunohost-live.iso . && cd ..
|
||||||
```
|
```
|
||||||
|
|
||||||
Great success! Now you can burn the .iso or use [Unetbootin](http://unetbootin.sourceforge.net/) to copy it on a USB key.
|
Great success! Now you can burn the .iso or use [Unetbootin](http://unetbootin.sourceforge.net/) to copy it on a USB key.
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
# Créer une Live ISO de YunoHost
|
# Créer une Live ISO de YunoHost
|
||||||
|
|
||||||
|
<div class="alert alert-danger">This page is deprecated / obsolete / outdated. Information
|
||||||
|
it contains should be updated (or should be removed).</div>
|
||||||
|
|
||||||
Testé sur Debian Wheezy (devrait marcher sur Ubuntu également).
|
Testé sur Debian Wheezy (devrait marcher sur Ubuntu également).
|
||||||
Tutoriel original : http://willhaley.com/blog/create-a-custom-debian-live-environment/
|
Tutoriel original : http://willhaley.com/blog/create-a-custom-debian-live-environment/
|
||||||
|
|
||||||
|
@ -146,4 +149,4 @@ cp /usr/lib/syslinux/menu.c32 image/isolinux/
|
||||||
cd image && genisoimage -rational-rock -volid "YunoHost Live" -cache-inodes -joliet -full-iso9660-filenames -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -output ../yunohost-live.iso . && cd ..
|
cd image && genisoimage -rational-rock -volid "YunoHost Live" -cache-inodes -joliet -full-iso9660-filenames -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -output ../yunohost-live.iso . && cd ..
|
||||||
```
|
```
|
||||||
|
|
||||||
Félicitations ! L’ISO peut désormais être gravée ou utilisée avec [Unetbootin](http://unetbootin.sourceforge.net/) pour la copier sur une clé USB.
|
Félicitations ! L’ISO peut désormais être gravée ou utilisée avec [Unetbootin](http://unetbootin.sourceforge.net/) pour la copier sur une clé USB.
|
||||||
|
|
Loading…
Reference in a new issue