Skip to content

Commit ecad860

Browse files
committed
wip: fixed xubuntu and mint
issue #2129
1 parent 910ee92 commit ecad860

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/Ravada.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,6 @@ sub _update_isos {
473473
,ubuntu_noble => {
474474
name => 'Ubuntu 24.04 Noble Nombat'
475475
,description => 'Ubuntu 24.04 Noble Nombat 64 bits'
476-
,arch => 'x86_64'
477476
,xml => 'focal_fossa-amd64.xml'
478477
,xml_volume => 'focal_fossa64-volume.xml'
479478
,url => 'http://releases.ubuntu.com/24.04/'
@@ -605,7 +604,6 @@ sub _update_isos {
605604
,arch => 'x86_64'
606605
,xml => 'bionic-amd64.xml'
607606
,xml_volume => 'bionic64-volume.xml'
608-
,sha256_url => '$url/../SHA256SUMS'
609607
,url => 'https://ftp.lysator.liu.se/ubuntu-dvd/xubuntu/releases/24.04.*/release/'
610608
,file_re => 'xubuntu.*desktop.*.iso'
611609
,options => { machine => 'pc-q35', bios => 'UEFI' }
@@ -630,6 +628,7 @@ sub _update_isos {
630628
,xml => 'yakkety64-amd64.xml'
631629
,xml_volume => 'yakkety64-volume.xml'
632630
,min_disk_size => '10'
631+
,arch => 'x86_64'
633632
,options => { machine => 'pc-q35', bios => 'UEFI' }
634633
}
635634
,debian_jessie_32 => {

0 commit comments

Comments
 (0)